home *** CD-ROM | disk | FTP | other *** search
/ Aminet 7 / Aminet 7 - August 1995.iso / Aminet / gfx / show / MerlinGfx.lha / hrg_all.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-06-07  |  379 b   |  19 lines

  1. #ifndef PROTO_HRG_ALL_H
  2. #define PROTO_HRG_ALL_H
  3.  
  4. #include <hrg/hrgrender.h>
  5. #include <hrg/hrgsystem_protos.h>
  6. #include <hrg/hrgrender_protos.h>
  7. #if defined(__OPTIMIZE__) && !defined(__NOINLINES__)
  8. #include <inline/hrgsystem.h>
  9. #include <inline/hrgrender.h>
  10. #endif
  11. #ifndef __NOLIBBASE__
  12. extern struct Library *HRGRenderBase;
  13. extern struct Library *HRGSystemBase;
  14. #endif
  15.  
  16. #endif
  17.  
  18.  
  19.